Link to this headingRaspberry Pi
How to network boot a Pi 4
Hardware Hacking with a Raspberry Pi
Link to this headingPico Pi
Install Build Tools:
Build Product:
NOTE: To install copy the *.uf2 file to the Pico. Hold the BOOTSEL button when plugging it in to enable the File system.
Link to this headingPico Pi 2
Link to this headingRaspi Zero
Extreme Pi Zero 2 Boot Optimization
Link to this headingSSH Hangs
It’s a WIFI powersave mode to disable it do this.
Enable service:
sudo tee /etc/systemd/system/disable-wifi-powersave.service > /dev/null <<EOF
[Unit]
Description=Disable WiFi Power Management
After=multi-user.target
[Service]
Type=oneshot
ExecStart=/sbin/iwconfig wlan0 power off
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target
EOF
#Enable it
sudo systemctl enable --now disable-wifi-powersave.service
Link to this headingWatchdogs
#Configure Services
#Enable the Service
Link to this headingPython Libraries
Link to this headingMicroPython
Multi threaded
Link to this headingCircuitPython
Single threaded